Don't create GdkWindows with NULL parents
authorAlexander Larsson <alexl@redhat.com>
Thu, 27 Sep 2012 11:46:26 +0000 (13:46 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 27 Sep 2012 11:46:26 +0000 (13:46 +0200)
commitf9d77959a4518699a96b3c85ddc18d0ff01aeac5
treecb8c43500dec00d227863817754e59d503492d8c
parentcd6023cd7fdf5e2448349ab8db7ca9d9a5ae7202
Don't create GdkWindows with NULL parents

This is not multi-display safe, you always need to pick the right
parent based on which screen your widget is at.
gtk/gtktexthandle.c
gtk/gtktreeview.c